Description
Given a parent document, order the source child before the destination child.
Operation id | Document.Order |
Category | Document |
Label | Order Document |
Requires | |
Since | 10.1 |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
JSON Definition
{
"id" : "Document.Order",
"label" : "Order Document",
"category" : "Document",
"requires" : null,
"description" : "Given a parent document, order the source child before the destination child.",
"since" : "10.1",
"url" : "Document.Order",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "before",
"description" : null,
"type" : "document",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}